Now all widgets are mandated to handle the real thing, which means no
pointer events are emulated for the pointer emulating touch. The output
of these tests relied on this fact, so update to the tests handling real
touch events.
g_assert_cmpstr (str->str, ==,
"c1 began, "
"c1 state claimed (2), "
- "c1 state claimed");
+ "c1 state claimed (1)");
/* First touch up */
g_string_erase (str, 0, str->len);
g_assert_cmpstr (str->str, ==,
"a1 state denied (2), "
"c1 began, "
- "c1 state claimed, "
+ "c1 state claimed (1), "
"c1 state claimed (2), "
"a1 state denied (1)");